From e2cd40ff8b7270438db91bbcc5f3ad9358093031 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 24 Mar 2013 13:13:44 +0000 Subject: [PATCH] set exit status on valgrind failures in vtesto to allow automated test to detect any errors. --- gpsbabel/vtesto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/vtesto b/gpsbabel/vtesto index 81d639948..ad35d91d3 100755 --- a/gpsbabel/vtesto +++ b/gpsbabel/vtesto @@ -7,4 +7,4 @@ # BASEPATH=`dirname $0` -PNAME="valgrind -q ./gpsbabel" ${BASEPATH}/testo $* +PNAME="valgrind --error-exitcode=1 -q ./gpsbabel" ${BASEPATH}/testo $* -- 2.30.2